build: Remove an unneeded version check
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 20:09:56 +0000 (16:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 20:09:56 +0000 (16:09 -0400)
We are requiring a newer meson than we were checking
for here.

docs/reference/meson.build

index 76525011ba750d35debfea5b53b1b259a3c44916..a308cc4c87e3d9e3ff8fd82102c7ff5bddee5d5a 100644 (file)
@@ -1,8 +1,4 @@
 if get_option('gtk_doc')
-  if not meson.version().version_compare('>=0.52.0')
-    error('Building the GTK documentation requires Meson 0.52.0')
-  endif
-
   glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
   glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')